SftTree/OCX 7.0

VirtualItem.ItemID Property

Softel vdm, Inc.

Defines the item's item ID.

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.ID instead

Syntax       

Put

VB.NET

object.ItemID = ID  As Integer

VB

object.ItemID = ID  As Long

C#.NET

int object.ItemID = ID;

VC++

long object->ItemID = ID;
void object->PutItemID(long ID);

C

HRESULT object->put_ItemID(long ID);

Delphi

object.ItemID := ID   : Integer;

object

A VirtualItem object.

ID

Defines the item's item ID.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.ID instead

The ItemID property defines the item's item ID.

The VirtualItem.ItemID property is used while handling a VirtualItem event to define the item's item ID.  The item is described by the VirtualItem event's RowIndex parameter.

See Also  VirtualItem Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com